home *** CD-ROM | disk | FTP | other *** search
- ECHO ""
- ECHO "UPSey, the ZIP Code to UPS Zone translator"
- ECHO "GiftWare. ©1994 by BOTH Software. Version 1.00"
- ECHO "All Rights Reserved."
- ECHO ""
- ASK "Do you want to install UPSey? (Yes/No) "
-
-
- IF WARN
-
- COPY UPSey SYS:WBStartup
- COPY UPSey.info SYS:WBStartup
- COPY UPSey.guide#? SYS:S
- COPY UPSey.doc#? SYS:S
- COPY #?.ups SYS:S
- ECHO ""
- ECHO "Installation Complete"
- ECHO ""
- ECHO "UPSey is now in WBStartup"
- ECHO "UPSey's Database is in SYS:S"
- ECHO "Press Control Alt and 'u' for UPSey"
- WAIT 10
-
- ELSE
-
- ECHO "Installation aborted, at your request"
- WAIT 5
-
- ENDIF
-
-
-